home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / modula2 / 462 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  847 b 

  1. Path: slip23.niagara.com!dlindey
  2. From: dlindey@niagara.com
  3. Newsgroups: comp.lang.modula2
  4. Subject: RPN-Calculator-Stacks
  5. Date: Sat, 23 Mar 1996 11:16:44 UNDEFINED
  6. Organization: Internet Connect Niagara
  7. Message-ID: <dlindey.2.009AA2B5@niagara.com>
  8. NNTP-Posting-Host: slip23.niagara.com
  9. X-Newsreader: Trumpet for Windows [Version 1.0 Rev B final beta #1]
  10.  
  11. I am a part time COSC student at a local university. We are working on an 
  12. assignment that simulates a RPN calculator. The concept associated with this 
  13. assignment is the use of stacks. I'm having a bit of dificulty with the 
  14. structure declarations. Is it necessary to inlude a field which points to a 
  15. stack? The program is to handle 3 operations; STORE, DISPLAY and QUIT.
  16. There are 26 (lettered) registers available. The program is to use +,-,* and / 
  17. only. Any suggestions or hints?
  18.  
  19. Thanks
  20.